Fix the MS-Windows build broken by r103037 and r103047.
authorEli Zaretskii <eliz@gnu.org>
Mon, 31 Jan 2011 19:36:08 +0000 (21:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 31 Jan 2011 19:36:08 +0000 (21:36 +0200)
commit34af5c93c9124cd14e163ad156a487c2d613c710
treeae0162382d0e383548bc19b2c7e85c0f629925f4
parent165b0276f09bc343e407b3accf5e48a0b04a2415
Fix the MS-Windows build broken by r103037 and r103047.

 lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
 $(BLD)/time_r.$(O).
 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
 $(EMACS_ROOT)/src/m/intel386.h.
 ($(BLD)/strftime.$(O)):
 ($(BLD)/time_r.$(O)): Define prerequisites.
 src/makefile.w32-in (OBJ2): Remove strftime.$(O).
 ($(BLD)/strftime.$(O)): Remove prerequisites.
 lib-src/makefile.w32-in (VERSION): Don't define, defined on nt/config.nt.
 (ECLIENT_CFLAGS): Remove -DVERSION.
 ($(BLD)/emacsclient.$(O)): Don't depend on makefile.w32-in.
 nt/config.nt (VERSION): Uncomment definition.
 (restrict): Define.
 nt/inc/stdbool.h: New file.
 admin/admin.el (set-version): Remove lib-src/makefile.w32-in.  Add
 nt/config.nt.
ChangeLog
admin/ChangeLog
admin/admin.el
lib-src/ChangeLog
lib-src/makefile.w32-in
lib/makefile.w32-in
nt/ChangeLog
nt/config.nt
nt/inc/stdbool.h [new file with mode: 0644]
src/ChangeLog
src/makefile.w32-in